Single[][] = ... (gb)
Syntax
DIM
hSingleArray
AS
Single[]
DIM
aFloat
AS
Float
hSingleArray
[
Index
AS
Integer
, ...
]
=
aFloat
Modifies the value stored in the array at the specified index.